-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update filenames #60
update filenames #60
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of things:
Tests pass!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of record-keeping things: CHANGELOG should be updated and the output section in the README should be updated to match the standardized filenames
@nwiltsie for the config test, I'm not sure if it's expected but the comments in files changed are still appearing even after the test passes?
…eline-calculate-targeted-coverage into nzeltser-update-filenames
Done! (I think) Was there anything else that needed to be changed in the README? I just made minor tweaks, all the unique file identifiers are still pretty much the same as before. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be good!
Description
Closes #36
Standardize output filenames.
Testing Results
My nftests are currently failing because the .sha512 checksum files include the name of the file, which of course doesn't match the test cases. However the checksum hashes themselves are identical. It's a bit odd that nftest compares checksum files by making checksums of the checksums. I can update the test cases but is there a better way to do this? Does nftest support checksum comparison when the test case itself is a checksum?
Also, do I need to update the test case filenames to match the new filenames? If so, I shall await feedback on correctness of current filenames before updating.
Checklist
I have read the code review guidelines and the code review best practice on GitHub check-list.
I have reviewed the Nextflow pipeline standards.
The name of the branch is meaningful and well formatted following the standards, using [AD_username (or 5 letters of AD if AD is too long)]-[brief_description_of_branch].
I have set up or verified the branch protection rule following the github standards before opening this pull request.
I have added my name to the contributors listings in the
manifest
block in thenextflow.config
as part of this pull request, am listedalready, or do not wish to be listed. (This acknowledgement is optional.)
I have added the changes included in this pull request to the
CHANGELOG.md
under the next release version or unreleased, and updated the date.I have updated the version number in the
metadata.yaml
andmanifest
block of thenextflow.config
file following semver, or the version number has already been updated. (Leave it unchecked if you are unsure about new version number and discuss it with the infrastructure team in this PR.)I have tested the pipeline on at least one A-mini sample.